Events Constructors
An object defining constructors for the Events class.
BaseIndexer(dictionaryName, dictionary)
Initializes a new instance of the BaseIndexer<TKey, TValue>
class with a specified dictionary name and dictionary.
Parameters:
dictionaryName (required): string
The name of the dictionary.
dictionary (required): Dictionary<TKey, TValue>
The dictionary to be wrapped by the indexer.
Events(dictionary)
Initializes a new instance of the Events
class with a specified dictionary of events.
Parameters:
dictionary (required): Dictionary<int, Event>
The dictionary containing events indexed by integer keys.